From: Daniel Pfeiffer Date: Fri, 19 Jan 2007 23:01:15 +0000 (+0000) Subject: Add handling for makepplog. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2786 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d1f81c15f8664bc6804146830ea13b391fa9288a;p=emacs.git Add handling for makepplog. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index cc2b20058e6..bd62aca7d77 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -248,7 +248,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) 2 3 4 (1)) (makepp - "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\|Imported\\) \\|.*?\\)\ + "^makepp\\(?:\\(?:: warning\\(:\\).*?\\|\\(: Scanning\\|: [LR]e?l?oading makefile\\|: Imported\\|log:.*?\\) \\|: .*?\\)\ `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)" 4 5 nil (1 . 2) 3 ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil